lsm_capability_record_free(3) | Libstoragemgmt C API Manual | lsm_capability_record_free(3) |
NAME¶
lsm_capability_record_free - Free the lsm_storage_capabilities memory.
SYNOPSIS¶
int lsm_capability_record_free (lsm_storage_capabilities *cap);
ARGUMENTS¶
- cap
- Pointer of lsm_storage_capabilities to release.
VERSION¶
1.0
DESCRIPTION¶
Frees the memory resources for a lsm_storage_capabilities.
RETURN¶
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid
lsm_storage_capabilities pointer.
lsm_capability_record_free | April 2021 |